Silence the compiler.
authorMatthias Clasen <mclasen@redhat.com>
Mon, 16 Jan 2006 13:18:16 +0000 (13:18 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 16 Jan 2006 13:18:16 +0000 (13:18 +0000)
2006-01-16  Matthias Clasen  <mclasen@redhat.com>

* pixbuf-draw.c (draw_gap_image): Silence the
compiler.

modules/engines/pixbuf/ChangeLog
modules/engines/pixbuf/pixbuf-draw.c

index fd72931d10722a7138938d28db0fbd688f18a816..882fe796a7d4bdd3c7400db6dd0263217664564a 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-16  Matthias Clasen  <mclasen@redhat.com>
+
+       * pixbuf-draw.c (draw_gap_image): Silence the 
+       compiler.
+
 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
 
        * pixbuf-rc-style.c: const correctness fixes
index 8b220da0a464a918dc8068986bab622cbaee3640..13b84e029531c18a3c4ad6035ed291fabc6be414 100644 (file)
@@ -296,6 +296,9 @@ draw_gap_image(GtkStyle       *style,
          r3.width  = thickness;
          r3.height = height - (gap_x + gap_width);
          break;
+
+       default:
+         g_assert_not_reached ();
        }
 
       if (image->background)